Welcome![Sign In][Sign Up]
Location:
Search - pic delay

Search list

[Embeded-SCM DevelopPIC-DELAY

Description: PIC汇编各个时间延时小程序,已经通过测试。总结~!
Platform: | Size: 975 | Author: zhangfulong | Hits:

[SCM温度检测部分单片机程序

Description: SRART: MOVX @R0,A 令ADC0809开始转换 WAIT: JB OP2.0,ADC 检测ADC0809转换完成否? CALL DISP 调用显示子程序 JMP WAIT ADC:MOVX A,@R0 将转换好的数据送入累加器 CALL L1 调用十进制转换子程序 MOV RI,#OFFH 显示延时-SRART : R0 MOVX @ A change began to make ADC0809 WAIT : JB OP2.0, ADC conversion completed testing ADC0809 not? CALL DISP show subroutine call JMP WAIT ADC : MOVX A, @ R0 good data will be converted into the accumulator CALL L1 metric conversion subroutine call MOV RI,# OFFH show Delay
Platform: | Size: 4096 | Author: 刘浪 | Hits:

[SCMPICIrDA_RPM871873

Description: PIC MCU操作rpm871/873红外收发模块的C源代码,用PICC16\18编译,MCU时钟为4M时实用,其它时钟需要修改延时参数.-PIC MCU operation rpm871/873 Infrared Transceiver Module C source code, use PICC16 \ 18 compiler, MCU clock for four M practical, the other clock delay parameters need to be amended.
Platform: | Size: 73728 | Author: 税超 | Hits:

[Embeded-SCM DevelopPIC-DELAY

Description: PIC汇编各个时间延时小程序,已经通过测试。总结~!-PIC compilation of various small time delay process, has passed the test. Summary ~!
Platform: | Size: 1024 | Author: zhangfulong | Hits:

[Other Embeded programPICFDelayCalc

Description: pic延时子程序,同过.EXE文件取出的值替换下面的代码,就能很好的实现延时。 1层循环例程: movlw 0x00 取值 movwf n0 incfsz n0 goto $-1 return 2层循环例程: movlw 0x11 外层 movwf n1 movlw 0x00 里层 movwf n0 incfsz n0 goto $-1 incfsz n1 goto $-5 return-Delay Subroutine pic with the cross. EXE file out of the value of the replacement of the following code, we can achieve very good latency. 1 layer cycle routine: movlw 0x00 value movwf n0 incfsz n0 goto $-1 return 2 layer cycle routine: movlw 0x11 outer movwf n1 movlw 0x00 inner layer movwf n0 incfsz n0 goto $-1 incfsz n1
Platform: | Size: 6144 | Author: wugp | Hits:

[assembly languagePIC-delay-Procedures

Description: 比较详细的PIC单片机的精确延时的计算,全部为汇编语言-More detailed PIC MCU accurate delay calculation, all for the assembly language
Platform: | Size: 54272 | Author: 钟伟 | Hits:

[assembly language3-LED-2-DELAY

Description: 一个用PIC控制LED数码管(三个数码管并排用的那种)的程序,可以延时显示几组数-to control LED
Platform: | Size: 18432 | Author: 王世良 | Hits:

[VHDL-FPGA-Verilogdelay

Description: Asm routine for temporisation PIC
Platform: | Size: 1024 | Author: raouia | Hits:

[Other Embeded programdelay

Description: delay function for pic microcontroller it ll use to ur program
Platform: | Size: 1024 | Author: aibo | Hits:

[Otherdelay

Description: 适用于PIC系列单片机的延时程序代码集,此pdf内有多种时间的延时代码,以及详细的说明-PIC series of microcontrollers for the delay procedure code set, this pdf contains a variety of time-delay code, and detailed description of
Platform: | Size: 54272 | Author: Horace | Hits:

[SCMPIC_delay

Description: PIC C延时函数和循环体优化,有助于提高程序精确性-PIC C delay function and the loop optimization
Platform: | Size: 1024 | Author: 李政书 | Hits:

[SCMir

Description: PIC单片机红外线遥控接收解码实例 //芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡-PIC Microcontroller Infrared Remote Control Receiver Decoder instance of// chip configuration word, watchdog off, power-on delay to open, brown-out detection pass, low-voltage programming off, encryption, 4M crystal oscillator HS
Platform: | Size: 4096 | Author: 李政书 | Hits:

[Software EngineeringLM020L(PIC)

Description: /RS,RW,E分别接RE0,RE1,RE2 D7-D0接RD口 #include <pic.h> /*头文件*/ #define LCD_RS RE0 /*定义引脚*/ #define LCD_RW RE1 #define LCD_E RE2 #define Busy RD7 void WR_COMM() void DISPLY() void CHECK_BF() void PLAY_LCD() /*函数声明*/ void DELAY() #define Data PORTD // 数据IO口 -/ RS, RW, E respectively, then RE0, RE1, RE2 D7-D0# include port access RD <pic.h> /* Header file* /# define LCD_RS RE0 /* define pin* /# define LCD_RW RE1# define LCD_E RE2# define Busy RD7 void WR_COMM () void DISPLY () void CHECK_BF () void PLAY_LCD () /* function declaration*/void DELAY () # define Data PORTD// data IO port
Platform: | Size: 1024 | Author: 皇甫 | Hits:

[SCMdelay

Description: Example programming for PIC delay
Platform: | Size: 1024 | Author: Grif | Hits:

[SCMpicWDT

Description: pic单片机实现“看门狗”WDT的功能,包含系统初始化子程序、延时子程序、主程序。-pic microcontroller to achieve the " watchdog" WDT features, including system initialization routine, the delay subroutine, the main program.
Platform: | Size: 4096 | Author: zcx | Hits:

[SCMPIC-ASM-delay-prog-lib

Description: PIC单片机的汇编延时子程序库,默认4M晶振,延时从10u秒到1秒,包含数个可直接使用的延时子程序,方便快捷!-PIC microcontroller assembler delay subroutine library, the default 4M crystal, the delay from the 10u seconds to 1 second, contains several delay subroutine can be used directly, convenient and quick!
Platform: | Size: 1024 | Author: 魏桐国 | Hits:

[assembly languagePIC01

Description: PIC延时1S点灯的小程序,以前做一个小产品里面用的。有兴趣的朋友可以下载。877的片子,4M的晶振。-PIC delay a 1S lighting program used to do a small inside. Friends who are interested can download. 877 films, 4M crystal.
Platform: | Size: 1024 | Author: 文虎 | Hits:

[ARM-PowerPC-ColdFire-MIPSPIC--RS485

Description: //19200波特率每字符时间为572us,1.5个字符时间为858+572=1430us,3.5个字符时间为2002+572=2574us //1.5个字符时间T1_15延时常数:(65536-T1_15)=1430,T1_15=64106=0xFA6A //3.5个字符时间T1_35延时常数:(65536-T1_35)=2574,T1_35=62962=0xF5F2 //对某一站号发出命令后,在10ms之内没有收到正确的信息帧,认为无此站号 //用TMR0延时10ms:256*K=10000,得K=39,取预分频比为1:64, //(256-X)×64=10000,得X=100=0x64-//19200 baud per character time 572us, 1.5 character times as 858+572 = 1430us, 3.5 character times as 2002+572 = 2574us// 1.5 character times T1_15 constant delay: (65536-T1_15) = 1430, T1_15 = 64106 = 0xFA6A// 3.5 character times T1_35 constant delay: (65536-T1_35) = 2574, T1_35 = 62962 = 0xF5F2// station number of a command is issued after 10ms the correct information is not received within the frame, that no such station number// using TMR0 delay 10ms: 256* K = 10000, was K = 39, to take the pre-divide ratio is 1:64,// ​ ​ (256-X) 64 = 10000, get X = 100 = 0x64
Platform: | Size: 10240 | Author: XIA | Hits:

[SCMDelay-Function

Description: PIC单片机的几个延时函数,采用4M晶振,延时函数直接调用,延时准确!-Several delay function of PIC microcontroller, with 4M crystal, direct call delay, delay accuracy!
Platform: | Size: 43008 | Author: MIKE | Hits:

[Other《PIC实现音乐播放程序》

Description: ;PIC16F877A实现音乐播放程序(《两只老虎》片段) ;功能说明: ;1.通过驱动实验板上的蜂鸣器发声,实现音乐的播放。 ;2.从TABLE中取出播放音乐的音调(1、2....7)通过改变该表中的值即可实现播放不同的音乐。 ;3.从TABLE_YP中取出播放音乐的音频,即该音调持续的时间。 ;4.调整DELAY延时的长短即可实现音乐播放的快慢。(PIC16F877A music player program (two tigers) Function description: 1., by driving the buzzer sound on the experimental board, to achieve music playback. 2.. The music (1, 2,.7) that extracts the music from the TABLE can be played differently by changing the values in the table. 3. take out the audio that broadcasts music from TABLE_YP, that is, the duration of the tone. 4., adjust the length of DELAY delay to achieve the speed of music playback.)
Platform: | Size: 2048 | Author: POP12 | Hits:
« 12 3 »

CodeBus www.codebus.net